home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
dev
/
gui
/
gui4cli.lha
/
Gui4Cli
/
Dir
/
dir.user.empty
< prev
next >
Wrap
Text File
|
1998-10-22
|
1KB
|
73 lines
G4C
; USER GUI
; This is a gui you can use to attach all the guis you make, or
; use it as a program launcher, or as what ever...
; The file is dir/dir.user
; Change it by attaching commands to the various buttons defined
; below..
; ============================= Global commands (leave them alone)
WinBig 0 0 160 105 ""
WinType 00001000
winonwin Dir.g3 0 0
varpath dir.gc/find.gc/fsearch.gc ; you may need to expand your path here...
xOnRMB
guiclose Dir.user
xOnInactive
guiclose Dir.user
xOnLoad
guiopen dir.user
xOnReload
guiopen dir.user
;================================ buttons (left bank) - Change them!
xbutton 0 0 80 15 "<<" ; takes you back to the previous gui
guiopen dir.g3
guiclose dir.user
xbutton 0 15 80 15 ''
xbutton 0 30 80 15 ''
xbutton 0 45 80 15 ''
xbutton 0 60 80 15 ''
xbutton 0 75 80 15 ''
xbutton 0 90 80 15 ''
; ------------------ Buttons right bank
xbutton 80 0 80 15 Click
xbutton 80 15 80 15 HERE!
; this will load & display this file - delete these lines when you expand.
extract dir.user guipath path
joinfile $path dir.user path
*FILENAME = $path
guiload guis:tools/read.gc
xbutton 80 30 80 15 ""
xbutton 80 45 80 15 ""
xbutton 80 60 80 15 ''
xbutton 80 75 80 15 ""
xbutton 80 90 80 15 ""